home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
2_cool_f.swf
/
scripts
/
DefineButton2_225
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-11-12
|
211 b
|
13 lines
on(release){
if(lips._currentframe < lips._totalframes)
{
lips.nextFrame();
lipstick.nextFrame();
}
else
{
lips.gotoAndStop(1);
lipstick.gotoAndStop(1);
}
}